www.gusucode.com > 茶都拼客网全功能版 8 > 茶都拼客网全功能版 8.8源码程序/teasdxmccom/茶都拼客网V8.8(全功能,无限制,完全开源)/Ku_type/Pinke_hot.asp

    <div align="center">
	<table cellpadding="0" cellspacing="0" width="232" height="200">
		<tr>
			<td height="32" background="Ku_img/down_001.jpg">
			<div align="center">
			<table cellpadding="0" cellspacing="0" width="232">

				<tr>
					<td height="10" width="150">
					<p align="center"><div id="dazi">
<p align="center"><img border="0" src="pkxx-img/tie_hot.gif">
<font color="#0066FF"><b>热门拼客信息</b></font></div></td>
					<td height="10">&nbsp;</td>
					<td height="10" width="60"></td>
				</tr>
			</table>
			</div>
			</td>
		</tr>
		<tr>
			<td height="204" background="Ku_img/down_002.jpg" valign="top">
<table cellpadding="0" cellspacing="0" width="232">
	<tr>
		<td>
<img border="0" src="pkxx-img/pkxxap232-29.jpg" width="232">
                </td>
	</tr>
</table>
			<table width="100%" border="0" cellspacing="0" cellpadding="2">
<%
    set rsArt=server.createobject("adodb.recordset")
    sqlArt="select top 9 * from Gu_pinke ORDER BY hits DESC"
    rsArt.open sqlArt,conn,1,1
    
    if RsArt.eof or RsArt.bof then
    response.write"<div align='center'>还没有信息<div>"
    end if 
    do while not rsArt.eof
    titles = rsArt("title")
    

%>
<tr> 


<td width="261" height = "24">
<img border="0" src="pkxx-img/icon05.png">
<a href="Gu_showpinke.asp?guxing=<%=rsArt("id")%>" title="标题:<%=titles%>&#13&#10时间:<%=rsArt("addtime")%>&#13&#10点击:<%=rsArt("llcs")%>次" target=_blank>
<% 
    if Getlen(titles)>28 then
    response.write LeftStr(titles,26)
    response.write "..."
    else
    response.write ""&titles&""
    end if
   
%></a> 
</td>
</tr>
<% 
    rsArt.movenext  
    loop
    RsArt.Close
    Set RsArt=Nothing
%>
</table>

			</td>
		</tr>
		<tr>
			<td height="6">
			<img border="0" src="Ku_img/down_003.jpg" width="232" height="6"></td>
		</tr>
<!--【拼客信息】页面-右边【热门信息】下方广告位-->
                  <br>
	<tr>
		<td height="5"></td>
	</tr>
<br>
		<tr>
			<td width="230"><% Call Ku_AD(16) %></td>
		</tr>
<!--【拼客信息】页面-右边【热门信息】下方广告位-->
	</table>
</div>